#!/bin/sh

basedir=`dirname "$0"`

NODE_EXE="$basedir/node"
NPM_CLI_JS="$basedir/../npm/bin/npm-cli.js"

"$NODE_EXE" "$NPM_CLI_JS" "$@"
